home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2451 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  970 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What is '?' in C mean....?????
  5. Date: 21 Jan 1996 09:14:53 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4dtsadINNnns@keats.ugrad.cs.ubc.ca>
  8. References: <821130476.AA00165@escan.demon.co.uk>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <821130476.AA00165@escan.demon.co.uk>,
  12. Bill Birrell  <bill@escan.demon.co.uk> wrote:
  13. >    Look up the reference manual Edn 2, A7.16 Conditional Operator, 3rd
  14. >italicised line. It's been around for 17 years that I know of; the former
  15. >reference in K&R Edn 1 is A7.13, 2nd italicised line for the pre-ANSI
  16. >reference.
  17.  
  18. What about page 53 of the ANSIized K&R edition? There is a table of operator
  19. precedence. Any C programmer worth his salt is familiar with that table.
  20. How you can miss the presence of the ?: in a perusal of that table is beyond
  21. me.
  22. -- 
  23.  
  24.